From: Ceph Maintainers Date: Sun, 30 Jul 2017 09:48:17 +0000 (+0100) Subject: disable-openssl-linking X-Git-Tag: archive/raspbian/12.2.8+dfsg1-5+rpi1~7 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=3e18265d3a32fa907f266ddd4551761f1f3abb82;p=ceph.git disable-openssl-linking Gbp-Pq: Name disable-openssl-linking.patch --- diff --git a/src/rgw/Makefile.am b/src/rgw/Makefile.am index b083dd102..1ef44a378 100644 --- a/src/rgw/Makefile.am +++ b/src/rgw/Makefile.am @@ -133,8 +133,7 @@ libcivetweb_la_SOURCES = \ libcivetweb_la_CXXFLAGS = ${CIVETWEB_INCLUDE} -fPIC -Woverloaded-virtual \ ${AM_CXXFLAGS} -libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC -DNO_SSL_DL -LIBCIVETWEB_DEPS += -lssl -lcrypto +libcivetweb_la_CFLAGS = -I$(srcdir)/civetweb/include ${CIVETWEB_INCLUDE} -fPIC noinst_LTLIBRARIES += libcivetweb.la